home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
adrephon.sit
/
AddrePhone 1.0
/
background_10627.txt
< prev
next >
Wrap
Text File
|
1991-02-05
|
1KB
|
55 lines
-- background: 10627 from stack: in.0
-- bmap block id: 9397
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
function NumberOfIndex
return the number of cards in this bg
end NumberOfIndex
-- part 1 (field)
-- low flags: 01
-- high flags: 6007
-- rect: left=8 top=27 right=337 bottom=449
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 4
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quick list
----- HyperTalk script -----
on mouseUp
put the scroll of fld id 1 into y
if the number of this card is 1 then
go card ((clickV()-14+y) div 16) in bg 1
else
go card id (line (clickV()-14+y) div 16 of cd fld id 3) in bg 1
end if
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=461 top=299 right=339 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: go home
----- HyperTalk script -----
on mouseUp
go home
end mouseUp